projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131c526
)
For ms-dos systems, load ccl and codepage.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 May 1999 11:44:03 +0000
(11:44 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 10 May 1999 11:44:03 +0000
(11:44 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index a62386ce3249b465ab25e7d2d3a38775bbf17536..06942f25bfd5b93e219ade6d8af75e41b6ef5f81 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-139,6
+139,8
@@
(load "dos-w32")
(load "dos-fns")
(load "dos-vars")
+ (load "international/ccl") ; for cpNNN coding systems in codepage.el
+ (load "international/codepage") ; internal.el uses cpNNN coding systems
(load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
(if (fboundp 'atan) ; preload some constants and
(progn ; floating pt. functions if we have float support.